extensions: add sse2_cflags to CIE
authorMichael Schumacher <schumaml@gmx.de>
Sun, 4 Aug 2019 17:24:59 +0000 (19:24 +0200)
committerØyvind "pippin" Kolås <pippin@gimp.org>
Thu, 8 Aug 2019 11:46:08 +0000 (11:46 +0000)
Fixes #42

extensions/meson.build

index d8c381772db7bdb373ca6d4dc9a4a66644af0ff9..acfbbcb97cdddb3214de2d6d7209d90e1f102427 100644 (file)
@@ -24,7 +24,7 @@ extensions = [
   ['u16', no_cflags],
   ['u32', no_cflags],
   ['cairo', no_cflags],
-  ['CIE', no_cflags],
+  ['CIE', sse2_cflags],
   ['double', no_cflags],
   ['fast-float', no_cflags],
   ['half', no_cflags],